home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / AIAT / AIAT ReadMe < prev   
Encoding:
Text File  |  1998-04-16  |  1.2 KB  |  19 lines  |  [ttro/ttxt]

  1. The Apple Information Access Toolkit 1.1
  2.  
  3. Compilers:
  4.   Before you can run the Apple Information Access Toolkit (AIAT) examples you must install a supported compiler.  The AIAT libraries in this release are compiled with Metrowerks Code warrior Pro. 1.0 and  Metrowerks Code warrior Pro. 2.0. 
  5.  
  6. Examples:
  7.   To run the AIAT examples, copy this folder to your hard disk.  There are 4 set of examples:
  8. DemoIndex.π, demonstrates indexing of your specified text collection;
  9. DemoAccessor.π,  demonstrates various forms of searching over the index created by DemoIndex.π ;
  10. DemoAbstraction.π, demonstrates text summarization;
  11. and DemoRouting.π, demonstrates document routing. 
  12.  
  13. NOTE:  The projects XDemoIndex.π, XDemoAccessor.π, XDemoAbstraction.π and XDemoRouting.π are based on CW Pro 1.0 and provide the same functionality as the above projects.
  14.  
  15. Variations:
  16.   • In DemoIndex.h, comment out the definition of DEMOINDEXISVECTOR or DEMOINDEXISINVERTED to create a inverted or vector index only, respectively.
  17.   • In the main() of DemoIndexing.cp, pass False as the second argument to DemoUpdate().  This will cause it to incrementally update an existing index.  Move some files into or out of the indexed folder, then rerun the project.  Modify a file and rerun the project.
  18.  
  19.